Method GetFilterJsonAsync<TProps>(QueryContext<TProps>)
Returns the JSON filter that will be sent to SQL function (for diagnostics)
Task<string> GetFilterJsonAsync<TProps>(QueryContext<TProps> context) where TProps : class, new()
Returns the JSON filter that will be sent to SQL function (for diagnostics)
Task<string> GetFilterJsonAsync<TProps>(QueryContext<TProps> context) where TProps : class, new()